CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - QR matlab

搜索资源列表

  1. QR_algrithm.rar

    6下载:
  2. 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计,Matrix eigenvalues and eigenvectors of the algorithm: QR algorithm. For linear equations, and anti-power-law algorithm design
  3. 所属分类:matlab

    • 发布日期:2015-11-01
    • 文件大小:1961
    • 提供者:赵亮
  1. QR

    2下载:
  2. 在对矩阵进行拟上三角化的基础上利用带双步位移的QR分解法求解矩阵的特征值-To be in the upper triangular matrix based on the use of dual-band step-by-step displacement of QR decomposition method for solving matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2311
    • 提供者:李少林
  1. UCA_SMI

    0下载:
  2. QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the u
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:954
    • 提供者:张亚光
  1. work

    0下载:
  2. QR factorization of an m × n matrix A with m ≥ n is a pair of matrices A = QR
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1468
    • 提供者:anaid
  1. QR

    0下载:
  2. 矩阵全部特征值的QR方法,包括化一般矩阵为上Hessenberg阵,平面旋转阵(Givens变换阵),用 Givens变换对上Hessenberg阵作QR分解,原点平移加速的QR方法等-Eigenvalue matrix of all the QR methods, including the general of the Hessenberg matrix array, planar array rotation (Givens transformation matrix), with the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:255116
    • 提供者:王强
  1. svdsim.m

    0下载:
  2. Computes SVD using QR
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1021
    • 提供者:oj3nok
  1. MATLAB

    0下载:
  2. QR分解-householder reflection-householder reflection
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1387
    • 提供者:qing
  1. QR

    1下载:
  2. 用QR分解来解方程AX=b,其中QR分解是用householder变换做的-With QR decomposition to solve the equation AX = b, where QR decomposition is done using householder transformation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:898
    • 提供者:lianna
  1. qr_eigenvalues

    1下载:
  2. qr法求特征值和特征向量 QR法能够避免矩阵奇异带来的错误,并能求解特征值有重根的情况-qr France seek eigenvalues and eigenvectors QR method can avoid the matrix singularity caused by errors, and can solve the eigenvalue of the double roots
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:718
    • 提供者:张文静
  1. QRGivens

    0下载:
  2. QR decomposition via Givens rotations.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:558
    • 提供者:iskandaria
  1. QRcode

    3下载:
  2. QR码作为一种可高速、全方位识别的二维条码,已经在各行各业中得到了应用,并具有很大发展潜力.本文针对QR码图像的识别过程中可能遇到的图像噪声干扰、QR码占实际拍摄图像的一部分、倾斜、几何失真等问题进行了研究,提出了通过改进型中值滤波去除噪声,使用QR码符号特性定位并对倾斜图像进行旋转,对失真不严重的图像采用控制点变换和双线性插值方法进行几何校正.实验证明, 本文的方法简单有效, 可以用于提高条码的正确识别率.-As a high-speed, full identification of th
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1319696
    • 提供者:ljj
  1. qr_code

    0下载:
  2. QR code matlab source code This source code can be useful in coding n decoding QR codes.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:14471
    • 提供者:Shan
  1. householderqr

    0下载:
  2. householder 矩阵 qr分解程序-householder matrix qr decomposition process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:597
    • 提供者:thatd
  1. QR-matlab

    0下载:
  2. qr算法的matlab代码,利用矩阵的QR分解,逐步按递推法构造矩阵的分解序列的过程,只要原始矩阵式非奇异矩阵,则由QR算法就完全确定其分解序列了-qr algorithm matlab code using a QR decomposition of the matrix, step by step process of the recursive method to construct the matrix decomposition sequence, as long as the ori
  3. 所属分类:matlab

    • 发布日期:2017-11-04
    • 文件大小:574
    • 提供者:王喜
  1. LU和QR分解法

    1下载:
  2. LU和QR分解法求线性方程组,高斯消元法的改进(LU and QR decomposition method for solving linear equations)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:Mathematic
  1. LU、QR、SVD

    0下载:
  2. 本函数可以实现矩阵的LU变换、QR变换、SVD变换,开发环境为Matlab(This function can realize the matrix of the LU transform, QR transform, SVD transform, development environment for Matlab)
  3. 所属分类:数学计算

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:MagicOrchid
  1. QR

    0下载:
  2. 自动识别矩阵规模,进行QR分解运算,采用HouseHolder变换做成上Hessenberg矩阵,然后通过Givens变换做QR分解。(The size of the matrix is automatically identified, the QR decomposition operation is performed, the HouseHolder transform is used to make the upper Hessenberg matrix, and then the Q
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:305152
    • 提供者:INBreeze
  1. matlab数值特征值与特征向量计算 实例源程序代码

    1下载:
  2. 特征值与特征向量的计算 339   10.1 特征值问题概述 339   10.1.1 特征多项式 339   10.1.2 特征值范围估计 340   10.2 幂法及反幂法 341   10.2.1 幂法 341   10.2.2 幂法的加速 344   10.2.3 反幂法 350   10.2.4 混合幂法 352   10.3 实对称矩阵的Jacobi法 353   10.3.1 Givens变换 353   10.3.2 基本Jacobi法 358   10.
  3. 所属分类:其他

    • 发布日期:2019-04-03
    • 文件大小:12288
    • 提供者:XWLYF
  1. MATLAB条形码识别GUI版

    0下载:
  2. 本设计为基于MATLAB的条形码识别系统,带有一个GUI界面。可以识别各种条形码,倾斜的,污渍的等等,带一个界面。(This design is a bar code recognition system based on MATLAB, with a GUI interface. Can identify all kinds of barcodes, tilt, stain and so on, with an interface.)
  3. 所属分类:图形图像处理

    • 发布日期:2020-02-21
    • 文件大小:601088
    • 提供者:www.wobishe.com
  1. MATLAB数字水印DWT+DCT+GUI+攻击+psnr

    4下载:
  2. 用Matlab编程实现QR二维码的生成与识别,内含zxing-core-1.7和zxing-j2se-1.7的Zxing开源库,下载下来即可运行使用,无需再去下载相应的Zxing开源库,另外本资源将QR二维码编解码分别封装为函数了,这样使用起来方便。(The generation and recognition of QR QR code is realized by MATLAB programming, which contains the zxing open source library
  3. 所属分类:图形图像处理

    • 发布日期:2020-05-14
    • 文件大小:20532224
    • 提供者:just11
« 12 3 4 5 »
搜珍网 www.dssz.com